-
Notifications
You must be signed in to change notification settings - Fork 11.9k
ci: update remaining references to old pr targeting system #19580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: update remaining references to old pr targeting system #19580
Conversation
ab07915
to
6d62f14
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DO you know why we use both dependabot and renovate? Don't they provide the same functionality?
dependabot opens PR for transitive security fixes before renovate does AFAIK. renovate supports Bazel workspace updates while dependabot doesn't. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just noticed that you missing replacing PR action: merge
with action: merge
6d62f14
to
61727b5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Completes the migration to use the new unified target label system, updating dependabot, renovate and angular-robot to expect the new labels.
61727b5
to
3821927
Compare
@kyliau it looks like renovate are also handling security fixes. Hence, I think we should probably disable dependabot. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Completes the migration to use the new unified target label system, updating
dependabot, renovate and angular-robot to expect the new labels.